home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / ISSUE15 / NMPATCH / NMPATCH.ZIP / README.DOC next >
Encoding:
Text File  |  1996-09-19  |  1.9 KB  |  54 lines

  1. Title:    6/1/1997 Time Bomb Patch utility for NetManage ActiveX controls
  2. Date:     09/17/96
  3.  
  4. Overview:
  5.      The NetManage ActiveX controls contain time bomb code that will cause an 
  6.      error message to be displayed from the ActiveX enabled application at load 
  7.      time if the date is 6/1/1997 or later.  The message is the only effect of
  8.      the time bomb. 
  9.  
  10.      If you have any of the following control packs on your system that are dated
  11.      prior to 9/17/96, this utility will remove the time bomb code from your controls
  12.      by editing the binaries for each affected control:
  13.  
  14.           Control Packs this will fix
  15.                Delphi 2.01
  16.                NEWT IntraNet ActiveX 5.1
  17.                Chameleon NFS for Windows NT
  18.                Chameleon NFS for Windows 95
  19.  
  20.           Control Packs this will not fix
  21.                Microsoft ICP dated 2/27/96
  22.                Microsoft ICP dated 4/25/96
  23.  
  24.      Releases after 9/17/96 will contain the fix.
  25.  
  26. Syntax: 
  27.      replacer 
  28.  
  29. Note:
  30.      All target ActiveX controls and 'nmocod.dll' need to be registered before running 
  31.      this program. None of the OCXs or the nmocod.dll can be in memory when running 
  32.      REPLACER.EXE. Make sure you do not have any program using these controls loaded when
  33.      executing REPLACER.EXE.
  34.  
  35. Description:
  36.      For each NetManage ActiveX control detected in the registry, the program will backup the
  37.      control, patch it if the time bomb is detected, and report the result.  If the control
  38.      is backed up, it will be backed up in the same directory as the location of the original, 
  39.      except it will have an additional extension of '.old' (i.e. ftpct.ocx will be backed up to 
  40.      ftpct.ocx.old).
  41.  
  42.      The controls that will be updated are as follows;
  43.           ftpct.ocx 
  44.           html.ocx 
  45.           httpct.ocx 
  46.           nntpct.ocx 
  47.           popct.ocx 
  48.           smtpct.ocx 
  49.           winsck.ocx
  50.           nmocod.dll
  51.  
  52.      Replacer.exe can be located anywhere on your system.
  53.  
  54.